' **************************************************************************** ' Description: Tutorial 1, introduction to Outpost Scripting ' Author: Jim KN6PE ' Revision: 07/30/08: Original ' **************************************************************************** SCRIPT VAR x AS NUMBER BEGIN X = 5 Print("Hello World!") ' writes to the display Print("The value of x is " & x) ' writes a string and number END