View in color | License | Download script | History | Other scripts by: volker |
30-Apr 18:23 UTC
[0.062] 10.208k
[0.062] 10.208k
volker-tools.rREBOL[
Title: "empty. debugging upload"
File: %volker-tools.r
Date: 15-Jul-2004
Purpose: " Hopefully growing tool-list "
Library: [
level: intermediate
platform: 'all
type: demo
domain: extension
tested-under: none
support: none
license: none
see-also: none
]
]
???: func ["probe value and set word" 'word value] [ ; by Volker
print [mold :word mold :value]
set :word :value
]
comment{
??? a: 123
sets a and prints: "a: 123"
related: ? ?? probe
} |