ultimatepp/reference/Macro/Func.usc
cxl a69dc9f6f4 reference: Macro #455
git-svn-id: svn://ultimatepp.org/upp/trunk@5912 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-03-14 19:47:46 +00:00

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";
}