enhanced the reader to perform sanity check on a tuple in advance
This commit is contained in:
@ -52,7 +52,7 @@ a := #{
|
||||
(printf "hello\n")
|
||||
);;
|
||||
|
||||
k := [10 ; 20 ]; ##ERROR: syntax error - unexpected semicolon
|
||||
k := #[10 ; 20 ]; ##ERROR: syntax error - unexpected semicolon
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user