5 lines
93 B
Text
5 lines
93 B
Text
? def red := makeColor("red")
|
|
# value: <color>
|
|
|
|
? red.colorize("apple")
|
|
# value: "red apple"
|