mirror of
https://github.com/ValKmjolnir/Nasal-Interpreter.git
synced 2026-07-22 02:48:48 +08:00
📝 unify code style of ./stl ./test
This commit is contained in:
+1
-2
@@ -1,7 +1,6 @@
|
||||
# stack.nas
|
||||
# valkmjolnir 2021/3/31
|
||||
var stack=func()
|
||||
{
|
||||
var stack=func(){
|
||||
var next=nil;
|
||||
return{
|
||||
push:func(elem){
|
||||
|
||||
Reference in New Issue
Block a user