# scan

Scans an input.

Make sure to include the std.lib library first.

Calling this function will halt the execution.

# Syntax

bl scan
# Registers
  • r0 required Type: String will contain the scanned string.

# Example

bl scan

# History

  • 0.1 added