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