mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
5 lines
164 B
Text
5 lines
164 B
Text
// One of the functions used in the "Using functions" macro.
|
|
// As you can see, it can be defined in completely separate file.
|
|
fn FuncB(arg) {
|
|
return arg + "B";
|
|
}
|