neingeist
/
neinomaten
Archived
1
0
Fork 0
master
neingeist 18 years ago
parent 0f49fa8321
commit 69a0e8585f

@ -35,10 +35,10 @@ roh.split("\n").each do |line|
elsif line =~ /^\| *('''(.*)'''|.*(GOTO).*) *$/ elsif line =~ /^\| *('''(.*)'''|.*(GOTO).*) *$/
# yum # yum
if $1 == "GOTO" if $3 == "GOTO"
t = "" t = ""
else else
t = $1 t = $2
end end
if titel1 == nil if titel1 == nil