Skip to content

_version

bergsma edited this page Sep 26, 2014 · 3 revisions

version

Return the current version of HyperScript.

Syntax

result = version ;

Arguments

  • None

Return Value

str result
  • currentVersion : Current Version.

The STATUS variable is set to $ACKNOWLEDGE

Exceptions

  • %ARGUMENT: Invalid arguments. Usage: result = version ;

Description

  • None

Examples

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

Related Links

None

Clone this wiki locally