Sha256: c4419eeeb8e71993347c252f0c0bd47068543f93c11677ca1bd3f09eec1778da

Contents?: true

Size: 498 Bytes

Versions: 5

Compression:

Stored size: 498 Bytes

Contents

{include.i}
{nested.i {include.i}}

&SCOPED-DEFINE MY_NAME "Abe"

DEF VAR i AS INT NO-UNDO.
i = 0xABE + 1337 / (1 * 1.00)

def var clowercasetest as char no-undo.
DEF VAR vardashtest AS DATETIME-TZ NO-UNDO.

DEFINE TEMP-TABLE ttNames NO-UNDO
  FIELD cName AS CHAR
  INDEX IXPK_ttNames IS PRIMARY UNIQUE cName.

/* One-line comment */
/* Two-line
   Comment  */

CREATE ttNames.
ASSIGN ttNames.cName = {&MY_NAME}.

FOR EACH ttNames:
  MESSAGE "Hello, " + ttNames.cName + '!' VIEW-AS ALERT-BOX.
END.

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
tdiary-4.2.1 vendor/bundle/ruby/2.2.0/gems/pygments.rb-0.6.3/vendor/pygments-main/tests/examplefiles/pawn_example
pygments.rb-0.6.3 vendor/pygments-main/tests/examplefiles/pawn_example
pygments.rb-0.6.2 vendor/pygments-main/tests/examplefiles/pawn_example
pygments.rb-0.6.1 vendor/pygments-main/tests/examplefiles/pawn_example
pygments.rb-0.6.0 vendor/pygments-main/tests/examplefiles/pawn_example