Declarations
All declarations in a module are available for import from within other modules.
Constants
knotconst TIMEOUT = 100;const ERR_MESSAGE = "failed to connect";const DEBUG = false;
knotconst TIMEOUT = 100;const ERR_MESSAGE = "failed to connect";const DEBUG = false;
Function
knotfunc add(lhs: integer, rhs: integer) -> lhs + rhs;
knotfunc add(lhs: integer, rhs: integer) -> lhs + rhs;
View
knotview Header -><header><h1>Welcome!</h1></header>;
knotview Header -><header><h1>Welcome!</h1></header>;