ul poo.f : upload poo code host deletes previous upload, compiles source code and upload it to target source is made of: * procedure words on the target * macro words on the host == Interaction Mode == Macros cannot run on target, so if macros are used, simulation (sim) is used. To list all the macros, type macros. All the macros are displayed, including the standard PIC macros. To see the content of a macro, do msee macroname. To see the machine code of a procedure word, use see wordname == Compilation Mode == Made for quick testing pa : print assembler == Purrr specifics == multiple exit points in a word (only for procedure words!) : poo = 123 if ; yeah p then ; self referencing for crazy loops (only for procedure words!) : poo 123 poo ;