#! /usr/local/bin/xbigforth \ automatic generated code \ do not edit also editor also minos also forth component class Spielfeld public: ( [varstart] ) ( [varend] ) how: : params DF[ 0 ]DF X" König Artus Tafelrunde" ; class; Spielfeld implements ( [methodstart] ) ( [methodend] ) : widget ( [dumpstart] ) cross new ( this is a stub ) #1 habox new panel cross new ( this is a stub ) #1 habox new panel cross new ( this is a stub ) #1 habox new panel #3 vabox new panel #1 vabox new panel ( [dumpend] ) ; class; : main Spielfeld open-app event-loop bye ; script? [IF] main [THEN] previous previous previous