Skip to content

_verify

bergsma edited this page Sep 26, 2014 · 3 revisions

#verify

###Verify lines of hyperscript as they are newly parsed from stdin.

Syntax

status = verify flag ;

Arguments

  1. int flag

A value of 1 turns on verify mode, a value of 0 turns off verify mode.

Return Value

str status
  • $ACKNOWLEDGE : Verify mode was changed.

The STATUS variable is set to $ACKNOWLEDGE

str status
  • $ACKNOWLEDGE : Verify mode was changed.

The STATUS variable is set to $ACKNOWLEDGE

Exceptions

  • %ARGUMENT: Invalid arguments. Usage: status = verify flag ;

Description

Verify mode displays lines of HyperScript program as they are parsed.

Examples

puts "Create an example for the function 'verify'" ;

Related Links

None

Clone this wiki locally