parsing break, continue, return

This commit is contained in:
pommicket 2022-02-04 19:31:45 -05:00
parent d1167f03d0
commit dfce9118b9
6 changed files with 196 additions and 13 deletions

View file

@ -137,6 +137,7 @@ function file_error
function die
argument message
fputs(2, message)
fputc(2, 10)
exit(1)
function ftruncate