From bb4c931fc660eca5cc28f637873386bfb3a6b56b Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 11 Jan 2026 15:21:11 -0500 Subject: Added/updated reals test --- src/compile/text.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/compile/text.c') diff --git a/src/compile/text.c b/src/compile/text.c index 7f11169b..1a9d492e 100644 --- a/src/compile/text.c +++ b/src/compile/text.c @@ -23,7 +23,8 @@ Text_t expr_as_text(Text_t expr, type_t *t, Text_t color) { case BigIntType: case IntType: case ByteType: - case FloatType: { + case FloatType: + case RealType: { Text_t name = type_to_text(t); return Texts(name, "$as_text(stack(", expr, "), ", color, ", &", name, "$info)"); } -- cgit v1.2.3