std.ref

Implements the label-anchor-reference system for cross-referencing within documents.

  • Author: Edward Jones
  • Date: 2021-09-17

Source file

get_label

Get the label in the current context.

Returns: The value of the label in the current context

get_label = -> ...

set_label

Set the current label.

  • Param c: The new label
set_label = (c) -> ...