summary refs log blame commit diff stats
path: root/HACKING
blob: dd384758a10e624a7f2703e91e0479f1c42ffdcb (plain) (tree)
result; result.data = s; result.metadata.push_back("disp32"); return result; } line ret() { line result; result.words.push_back(word()); result.words.back().data = "c3"; result.words.back().metadata.push_back("return"); return result; }