updated testers with updated syntax
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -1,3 +1,3 @@
|
||||
## if `do` is not enclosed in `( )`, variable declaration is prohibited
|
||||
(do | k | (set k 10))
|
||||
do { | k | set k 10 };
|
||||
do | k | {set k 10;}; ##ERROR: syntax error - variable declaration disallowed
|
||||
|
Reference in New Issue
Block a user