From 007382e2a92b743ba50e6bd87d637ff7c559212f Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sat, 30 Jan 2016 12:07:24 -0800 Subject: 2618 - support stashing booleans --- 070text.mu | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to '070text.mu') diff --git a/070text.mu b/070text.mu index 4dc138a7..ca49c2ce 100644 --- a/070text.mu +++ b/070text.mu @@ -312,6 +312,14 @@ recipe to-text n:number -> result:address:shared:array:character [ } ] +recipe to-text x:boolean -> result:address:shared:array:character [ + local-scope + load-ingredients + n:number <- copy x:boolean + result <- to-text n +] + + recipe buffer-to-array in:address:shared:buffer -> result:address:shared:array:character [ local-scope load-ingredients -- cgit 1.4.1-2-gfad0