Tweak syntax for debug prints
This commit is contained in:
parent
6ba91c1f64
commit
e51e6f840c
2
parse.c
2
parse.c
@ -2035,7 +2035,7 @@ PARSER(parse_doctest) {
|
||||
|
||||
PARSER(parse_say) {
|
||||
const char *start = pos;
|
||||
if (!match(&pos, "!!")) return NULL;
|
||||
if (!match(&pos, "|")) return NULL;
|
||||
spaces(&pos);
|
||||
|
||||
ast_list_t *chunks = NULL;
|
||||
|
@ -1,6 +1,6 @@
|
||||
func main():
|
||||
>> str := "Hello Amélie!"
|
||||
!! Testing strings like {str}
|
||||
| Testing strings like {str}
|
||||
|
||||
>> str:upper()
|
||||
= "HELLO AMÉLIE!"
|
||||
|
Loading…
Reference in New Issue
Block a user