diff options
-rw-r--r-- | cpp/032array | 1 | ||||
-rw-r--r-- | cpp/042new | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/cpp/032array b/cpp/032array index 9ea08a16..57298e73 100644 --- a/cpp/032array +++ b/cpp/032array @@ -153,7 +153,6 @@ recipe main [ ] +run: instruction main/5 +mem: storing 15 in location 6 -// vim:ft=cpp :(before "End Primitive Recipe Declarations") INDEX_ADDRESS, diff --git a/cpp/042new b/cpp/042new index d45a7c56..f032f90a 100644 --- a/cpp/042new +++ b/cpp/042new @@ -101,5 +101,3 @@ if (current_instruction().ingredients[0].properties[0].second[0] == "literal-str // mu strings are not null-terminated in memory break; } - -//: vim: ft=cpp |