From: Mike D. Lowis Date: Thu, 15 Mar 2012 17:53:36 +0000 (-0400) Subject: Updated Language spec with description of Numbers X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=a0d2d27278dbef271ef979d54e9527ccfaf807f0;p=archive%2Fdlang.git Updated Language spec with description of Numbers --- diff --git a/LANGUAGE.markdown b/LANGUAGE.markdown index 78569e4..89a05e8 100644 --- a/LANGUAGE.markdown +++ b/LANGUAGE.markdown @@ -19,6 +19,7 @@ A Work In Progress Numbers are represented internally as double precision floating point numbers. The syntax is very similar to lanugages like C, C++, Java, and Javascript. Here are some examples for defining numbers: + # Integer representations 4 -4