Skip to content

Commit 5b7f2a8

Browse files
committed
Added System_SayString() BIF && RC6
1 parent 2fe0882 commit 5b7f2a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ReadMe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ GetText HighlyOptimisable.DS | DSParse | DSLex | DSOptimise | DSProgXMLToSource
6262

6363
You could make an entertainingly long chain of interpretation/compilation operations, like...
6464
```
65-
GetText Hello.DS | DSParse | DSLex | DSOptimise | DSProgXMLToSource | DSParse | DSLex | DSCompile Hello && Hello
65+
GetText Hello.DS | DSParse | DSLex | DSOptimise | DSProgXMLToSource | DSParse | DSLex | DSCompile Hello.exe && Hello.exe
6666
```
6767

6868
...or resolve a standalone DocScript expression, like...

0 commit comments

Comments
 (0)