pkimpel / retro-b5500

Web-based emulator and operating environment for the Burroughs B5500 computer system.
http://www.phkimpel.us/B5500/
MIT License
77 stars 7 forks source link

DCA does not accept left and right angle brackets #26

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. CE on SPO to start cande
2. login and make a algol
3. try to type '700  WRITE (LINE,<"X = ",F8.5>,X);~'
4. type LIST 700

What is the expected output? What do you see instead?
a line '700  WRITE (LINE,<"X = ",F8.5>,X);' is expected
a line '700  WRITE (LINE"X = ",F8.5,X);' is seen

What version of the product are you using? On what operating system?
0.15

Please provide any additional information below.

Original issue reported on code.google.com by petim...@planet.nl on 20 Nov 2013 at 8:38

GoogleCodeExporter commented 9 years ago
the one reporting this was me on my old google account

Original comment by pfgroots...@gmail.com on 21 Nov 2013 at 6:15