mirror of
https://github.com/ksherlock/prez.git
synced 2025-02-20 08:29:03 +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")
|