File: missing_endif_in_while.yab.log

package info (click to toggle)
yabasic 1%3A2.91.1-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 4,168 kB
  • sloc: ansic: 12,434; sh: 4,417; makefile: 21
file content (9 lines) | stat: -rwxr-xr-x 262 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
---Error in missing_endif_in_while.yab, line 13:
---Error: a closing endif is expected before wend
   wend
   ^~~~
---Error: if-statement starting at line 12 has seen no 'endif' yet
   wend
   ^~~~
---Error: Couldn't parse program
---Error: Program not executed