main := lambda in : int. begin   

        inst is filter (in) extract o;

        out output inst;

      end;

FEATURES
  • Lambda-Flow is a context free language
  • it supports a short syntax or a long syntax (is is identical to :=)
  • here, main is a typed abstraction: in must have the int type