Show/Hide Toolbars

RiverSoftAVG Products Help

Navigation: Code Documentation > IE > IEClipsParser > Constants

SModuleSyntax Resource String

Scroll Prev Top Next More

'(defmodule <symbol-name> [<string-comment>] [[<export-statement>]|[<import-statement>*]])'+sLineBreak+''+sLineBreak+'<export-statement> ='+sLineBreak+' (export ?ALL)|'+sLineBreak+' (export ?NONE)|'+sLineBreak+' (export deftype|deftemplate ?ALL)|'+sLineBreak+' (export deftype|deftemplate ?NONE)|'+sLineBreak+' (export deftype|deftemplate <names>+)'+sLineBreak+'<import-statement> ='+sLineBreak+' (import <module-name> ?ALL)|'+sLineBreak+' (import <module-name> ?NONE)|'+sLineBreak+' (import <module-name> deftype|deftemplate ?ALL)|'+sLineBreak+' (import <module-name> deftype|deftemplate ?NONE)|'+sLineBreak+' (import <module-name> deftype|deftemplate <construct-names>+)'+sLineBreak+'<construct-names> = (<template-name> | <deftype-name>*)'+sLineBreak+'?ALL = literal, meaning to import/export all constructs of that type for the module'+sLineBreak+'?NONE = literal, meaning to import/export NO constructs of that type for the module'

Namespace: IEClipsParser

Value

Type: string

RiverSoftAVG Products Help © 1996-2016 Thomas G. Grubb