Skip to content

Commands

Asher Frost edited this page Jun 7, 2026 · 1 revision

List of Commands

List of commands that should be availiable in STELF (things preceded by %).

Core commands

  • %module NAT ID CMD parameterized module (WIP)
  • %begin CMD* %end sequence commands (WIP)
  • %0, %1, ... module args (WIP)
  • %.: stop and enter outer mode, except inside modules, where should enter semi-outer mode. Also ends repl commands
  • %%: escape following charecter
  • %: comments
  • %val ID: make the identifier lose any special meaning
  • %val (ID+) make the identifier qualified and lose special meaning

Interactive

  • %help: gets general help
  • %help ID, gets help about ID
  • %help ( ID+ ), similar
  • %quit end
  • %set ID VAL
  • %get ID VAL

[!ERROR] This list is not yet complete

Clone this wiki locally