Skip to content

Commit

Permalink
Options
Browse files Browse the repository at this point in the history
  • Loading branch information
Geomol committed Dec 22, 2011
1 parent 6b3f158 commit 3179e71
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions cortex.w
Original file line number Original file line Diff line number Diff line change
@@ -1,8 +1,9 @@
World [ World [
Title: "Cortex Preferences" Title: "Cortex Preferences"
Date: 19-Dec-2011 Date: 22-Dec-2011
Version: 0.5.17 Version: 0.5.18
History: [ History: [
0.5.18 [22-12-2011 JN {Removed ?? (binding rules)}]
0.5.17 [19-12-2011 JN {Added "No information" to help}] 0.5.17 [19-12-2011 JN {Added "No information" to help}]
0.5.16 [17-12-2011 JN {Changed print of typeset! argument types in help}] 0.5.16 [17-12-2011 JN {Changed print of typeset! argument types in help}]
0.5.15 [15-12-2011 JN {Added routine 0.5.15 [15-12-2011 JN {Added routine
Expand Down Expand Up @@ -536,7 +537,7 @@ Other information:


license - show user license license - show user license


More information: http://world-lang.org More information: http://www.world-lang.org
} }
exit exit
] ]
Expand Down Expand Up @@ -770,6 +771,7 @@ More information: http://world-lang.org
] ]
prin "" prin ""
]] ]]
comment {
??: make function! [[ ??: make function! [[
{Prints a variable name followed by its molded value. (debugging)} {Prints a variable name followed by its molded value. (debugging)}
'name 'name
Expand All @@ -784,6 +786,7 @@ More information: http://world-lang.org
] ]
:name :name
]] ]]
}
source: make function! [[ source: make function! [[
"Prints the source code for a word." "Prints the source code for a word."
'word [word!] 'word [word!]
Expand Down Expand Up @@ -2464,6 +2467,7 @@ dt: time: make function! [[
do block do block
now/time/precise - t now/time/precise - t
]] ]]
;do %user.w


print "Done" ; To avoid return value print "Done"


Binary file modified world_linux
Binary file not shown.
Binary file modified world_macosx
Binary file not shown.
Binary file modified world_win32.exe
Binary file not shown.

0 comments on commit 3179e71

Please sign in to comment.