J
jmartin104
Guest
For the code below, I expected the named parameter to be compiled in the named position. However, it did not, leading me to believe include parameters are positional only. Is this the case? Test.p {test-1.i &buffer=buffer} // no © test-1.i {test-2.i ©=copy &buffer=buffer} <-- Skips buffer, putting buffer in copy instead test-2.i message "Buffer" "{&buffer}" "Copy" "{©}" view-as alert-box.
Continue reading...
Continue reading...