View in color | License | Download script | History | Other scripts by: gandalf |
15-Sep 6:46 UTC
[0.047] 10.635k
[0.047] 10.635k
oneliner-quine.rRebol [
Title: "Quine -- a program that displays it's own source"
Date: 21-Jul-2003
File: %oneliner-quine.r
Purpose: {Creates a self modifying window. (includes the REBOL Header.)}
One-liner-length: 100
Version: 1.0.0
Author: {Ammon Johnson}
Email: %ammon--johnson--gmail--com
Library: [
level: 'beginner
platform: none
type: [How-to FAQ one-liner]
domain: [game math]
tested-under: none
support: none
license: none
see-also: none
]
]
REBOL[] do a: {view layout[t: field 500 rejoin["REBOL[] do a: {" a "}"] button "do" [do do t/text]]} Notes
|