Skip to content
bergsma edited this page Sep 26, 2014 · 3 revisions

#parse

###Parse from a file into a hyperscript variable.

Syntax

status = parse filespec ;

Arguments

  1. str filespec

The file specification containing the HyperScript structure.

Return Value

boolean status
  • $ACKNOWLEDGE : XML structure in file was successfully parsed.

The STATUS variable is set to $ACKNOWLEDGE

  • %FILE : Could not open file.

The STATUS variable is set to %FILE

Warnings

  • %FILE : Could not open file.

Exceptions

  • %ARGUMENT: Invalid arguments. Usage: status = parse filespec ;

Description

  • None

Examples

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

Related Links

None

Clone this wiki locally