Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.basic.misc > #485

micro(A) REPL

Newsgroups comp.lang.basic.misc
Date 2020-05-18 04:30 -0700
Message-ID <7b11c14d-4220-49d2-b805-ac0bdd2b283c@googlegroups.com> (permalink)
Subject micro(A) REPL
From Aston Goldsmith <aston.goldsmith@gmail.com>

Show all headers | View raw


 
Posts: 150
View Profile  AurelSoft  Email  Personal Message (Online)

micro(A) Interpreter
« Reply #38 on: May 17, 2020, 11:02:02 PM »

REP test finished:

varStr a,b,c : varNum d,e,f
 d=625 : e=25.1 : f = d/e : print 10,10,f: print 50,10,"..numeric Expr"
 a= "aurel"
 b= " micro(A)"           
 c=a+b
print 10,30, c : print 150,30,"..string expr OK!"

Back to comp.lang.basic.misc | Previous | NextNext in thread | Find similar


Thread

micro(A) REPL Aston Goldsmith <aston.goldsmith@gmail.com> - 2020-05-18 04:30 -0700
  Re: micro(A) REPL Aston Goldsmith <aston.goldsmith@gmail.com> - 2020-07-19 09:49 -0700

csiph-web