Glossary¶
- fuc¶
Function keyword in AjaSendiri.
- imut¶
Immutable binding keyword (similar to const).
- kostroutine¶
Lightweight concurrent function execution primitive.
- chan¶
Channel value for message passing between concurrent tasks.
- mmk¶
Dependency/package command group in the CLI.
- interface¶
Behavior contract type with implicit implementation.
- receiver method¶
Method declared with
fuc (x: Type) method(...).- strict typing¶
Variable type is locked on first assignment.
- selective import¶
import ({name ...} from "module")form.- import-all¶
import ("module")form; symbols accessed asmodule.symbol.