#include "naszvbas.cc" BEGINBASIC BASIC 10 PRINT "Hello, world!" BASIC 20 GOTO 40 BASIC 30 PRINT "I am not printed" BASIC 40 END ENDBASIC