From 5f5579e1682fbcea3340a036ef57684cacb835e4 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Sun, 25 Oct 2020 21:33:24 -0700 Subject: 7107 - tile: file handles --- apps/tile/data.mu | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/tile/data.mu') diff --git a/apps/tile/data.mu b/apps/tile/data.mu index 7575461c..8a23fea9 100644 --- a/apps/tile/data.mu +++ b/apps/tile/data.mu @@ -38,6 +38,7 @@ type value { int-data: int # if type = 0 text-data: (handle array byte) # if type = 1 array-data: (handle array int) # if type = 2 + file-data: (handle buffered-file) # if type = 3 } type table { -- cgit 1.4.1-2-gfad0