   .byte    0,1,2
   .cbyte   2,"eva"
   .dbyte   3,$3412
   .word    4,$1234
   .sbyte   5,"neu"
   .float   2.0,1
   .title   "bille"
   .page    "foo"
   .set     2,1
   .opt     no obj, no clist, xref
   .if 1
      .zext    foo
      .vfl_bochum  lilo
      .tab     2
      .dbyte   2 .or 3 .and 5 * .ref foo - .def lilo
   .else
      .error   "IF didn't work"
   .endif
   .if .def __RUN
      .org  344
   .endif
   .local
   .macro   nette
   .byte    "nix"
   .endm
   nette
y  .equ   foo  
   .error "prepare for errors"
   .yield an error
   .dbytes  me too   
   .include #foobie.foo
