Programmers Reference Guide

Previous topic - Next topic

MrTAToad

I'm updating the PRG to second edition (because of the extra bits that are now in GLB), and was thinking of changing the layout of the command descriptions to something like the following :

?DEFINE

TYPE : Pre-processor command

SYNTAX : ?DEFINE <string> <value>

SEE ALSO : ?UNDEF

NOTES :

Currently, variables defined are only local to the file in which they have been created in.

Result :

Defines the preprocessor variable <string> with the value held in <value>

Example :

// This example allows defines a preprocessor variable A, and sets it to 1
?DEFINE A 1

Does it make it clearer to read (var is bold in the document) ?

Ian Price

Looks clear enough to me.

Good work :)
I came. I saw. I played.

MrTAToad

Righty-ho, I'll change the format then :)

Gary

Any idea when the second edition will be ready?

MrTAToad

#4
I'm hoping for sometime between June and July :)

Need to finish the command listing layout, add Android stuff, and update the page numbers...

I'm hoping that this book, whilst having much more information, will be cheaper, saving around £17 or so (from my initial calculations).

MrTAToad

#5
Okay - here is a preview of the book.

The indexes need updating, but thats about it - so far :)

Gary

much appreciated Mr Toad and once I get paid will buy the copy on the store  :good:

MrTAToad

Let me know if there are any errors!

erico

I have the version before, as I read, I´m noting the errors, will let you know later if it helps any

MrTAToad