This website works better with JavaScript.
Home
Explore
Help
Sign In
piumarta
/
javascrypt
mirror of
https://github.com/mtardy/javascrypt.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
1
Wiki
Activity
Browse Source
Add test-syntax.txt
pull/24/head
mtardy
4 years ago
parent
772ebd2b8b
commit
06d0204ad1
1 changed files
with
5 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
test-syntax.txt
+ 5
- 0
test-syntax.txt
View File
@ -0,0 +1,5 @@
syntax ncall(function, args) {
return `(@function ( @(length(args)), @@args ))
}
ncall(print, [1,2,3]);
Write
Preview
Loading…
Cancel
Save