From 48cb5c05375d2094c5571fc709d5a8e116ec59b8 Mon Sep 17 00:00:00 2001 From: David Schmenk Date: Thu, 6 Nov 2014 11:33:18 -0800 Subject: [PATCH] Update User Manual.md --- doc/User Manual.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/User Manual.md b/doc/User Manual.md index e1cdf21..b26330f 100644 --- a/doc/User Manual.md +++ b/doc/User Manual.md @@ -368,8 +368,8 @@ Address operators can work on any value, i.e. anything can be an address. Parent |:----:|---------------------| | . | byte type override | : | word type override -| -> | pointer to byte -| => | pointer to word +| -> | pointer to byte type +| => | pointer to word type | [] | array index | () | functional call