mirror of
https://github.com/ValKmjolnir/Nasal-Interpreter.git
synced 2026-05-24 21:45:44 +08:00
📝 unify code style of ./stl ./test
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
# queue.nas
|
||||
# valkmjolnir 2021/3/31
|
||||
var queue=func()
|
||||
{
|
||||
var queue=func(){
|
||||
var (begin,end)=(nil,nil);
|
||||
return{
|
||||
push:func(elem){
|
||||
|
||||
Reference in New Issue
Block a user