File: switch_goto.yab

package info (click to toggle)
yabasic 1%3A2.91.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,168 kB
  • sloc: ansic: 12,434; sh: 4,417; makefile: 21
file content (9 lines) | stat: -rwxr-xr-x 119 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
#!./yabasic

for i=1 to 2
  switch i
    case 1: goto out
  end switch
  label out
next i
poke "__assert_stack_size",0