mirror of
https://github.com/ksherlock/prez.git
synced 2024-11-29 19:49:17 +00:00
13 lines
180 B
Plaintext
13 lines
180 B
Plaintext
|
|
|
|
rCString(
|
|
|
|
"this is a long string with\r\n"
|
|
"extra characters and \\ stuff …"
|
|
)
|
|
|
|
rMenu(" Edit ",
|
|
UndoMenuItem().export("kUndoMenuItem"),
|
|
UndoMenuItem()
|
|
).name("Edit Menu")
|