Changes
/* Interesting Facts */
Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /mnt/cpcwiki-httpdocs/includes/diff/DairikiDiff.php on line 434
A [[:Category:PASCAL|Pascal]] compiler from [[Hisoft]].
[[Hisoft Pascal 80]] was later released through [[Hisoft]], on Disc and operated though CP/M, though program files could produce files be converted to run in Hisoft Pascal 4T. Hisoft Pascal 80 was written for the AMSDOS version, though have the ability purpose of producing CP/M 2.2 programs and CP/M Plus programs as well as allow support to GSX.
== Reviews ==
== Other Material ==
An article to Starting Pascal was published in [[ACU Issue 8, 1985]], pages 29-31, which included one seemly long program by David Robinson with a few Firmware Procedures to assist along with the program, though after compiling it, haven't been able to determine it's function. Turns out this program is the Hisoft Pascal 4t version of the 3D Surface Plotter, published in the [[ACU Issue 2, 1984|October-November 1984 issue of CPC 464 User]]. There is a bug in this program, which causes the compiled program to Reset the Computer, but was able to resolve this by adding line: <pre>6170 detail:=detail*10;</pre> Likewise the BASIC [[ACU_October-November_1984_-_Type-ins#Surface_Details|Surface Details]] program isn't functioning correctly, so perhaps the Pascal code could be of some aid for that program. == Interesting Facts == * [[Hisoft Pascal 4T]] has a number of commands and shares a similar interface to [[Hisoft Devpac]], and Source Files saved in this compiler also appear to share the same format as those saved in [[Hisoft Devpac]] making them a pain to read in other programs/word processors/type based commands. The advantage to having source files produced this way, allows coders to save memory as they are tokenised, thus allowing larger programs, just as [[Locomotive BASIC]] files are tokenised.* Unlike [[Locomotive BASIC]] which uses "" (Shift+2) for passing strings, [[Hisoft Pascal 4T]] uses <nowiki>''</nowiki> (Shift+7) for passing strings, especially useful is also the support for RSX commands from the Command Line in [[Hisoft Pascal 4T]], so AMSDOS commands can be used and unlike Locomotive BASIC, a 464 doesn't need to pass strings through a variable, so a command like <code>|era,'file.bak'</code> will work.
== Manual ==