diff options
Diffstat (limited to 'cpp/019address')
-rw-r--r-- | cpp/019address | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/019address b/cpp/019address index 0b39c71d..58d852cd 100644 --- a/cpp/019address +++ b/cpp/019address @@ -47,7 +47,7 @@ bool has_property(reagent x, string name) { } reagent deref(reagent x) { -//? cout << "deref\n"; //? 1 +//? cout << "deref: " << x.to_string() << "\n"; //? 2 static const int ADDRESS = Type_number["address"]; reagent result; assert(x.types[0] == ADDRESS); |