簡単言語

NO_680

sampleです
上からしか辿れないですけどw
毎回、辿ってやれ!みたいな勢いでw

pc=1
index=1
if pc==index{
  mes "A"
  pc++
}
index++
if pc==index{
  mes "B"
  pc++
}
index++
if pc==index{
  goto *cont
}
index++
if pc==index{
  mes C
}
*cont
index=1
pc=2
if pc==index{
  mes "A"
  pc++
}
index++
if pc==index{
  mes "B"
  pc++
}
index++
if pc==index{
  stop
}
index++
if pc==index{
  mes C
}