Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info
titleBeispiel

write to player logbook = 
write to player logbook = 

gosub mix.numbers 
write to player logbook = 3 
write to player logbook = 

return null 
 
mix.numbers: 
write to player logbook = 5 
endsub 

...