Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "env"

Index

Functions

Const defLoadKey

  • defLoadKey(key: PropertyKey): (Anonymous function)
  • Higher order word. Similar to load, but always uses given preconfigured key instead of reading it from d-stack at runtime (also slightly faster). Throws error if var doesn't exist.

    ( -- env[key] )

    Parameters

    • key: PropertyKey

    Returns (Anonymous function)

Const defStoreKey

  • defStoreKey(key: PropertyKey): (Anonymous function)
  • Higher order word. Similar to store, but always uses given preconfigure key instead of reading it from d-stack at runtime (also slightly faster).

    ( val -- )

    Parameters

    • key: PropertyKey

    Returns (Anonymous function)

Const load

Const pushenv

Const store

Generated using TypeDoc