File: bugs.yab

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 (10 lines) | stat: -rwxr-xr-x 97 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
#!./yabasic

for a=1 to 10
if (a=1) continue
if (a=2) continue
next a

if (2<0+1) exit 1
exit 0