I noticed the version is only 1.2. Videoton had the source code and I was wondering how much they had changed it over years. Answer: not much if it is only 1.2! (I cannot remember what version we delivered but it would have been 1.0, 1.1 or 1.2.)
For the next party I will bring the 64K+ version which has a 2.2 version

TVC 32K and 64K were sold with version 1.2
We also have a ROM image of 1.1 and 2.1 versions, probably these from prerelease machines.
The book of the 64K+ tells about the BASIC versions:
Version 1.3: some bugs of 1.2 were fixed:
- at string comparision the length byte is not compared (in 1.2 space needed to be added for the shorter string)
- at INPUT the maximum string length is now really 254 chars (previously only max 251 worked)
- using user defined functions in PRINT USING does not cause any more errors
- ELSE <number> type instructions do not make stack garbage anymore
- fixed the problem when pressed more than two keys make a wrong characters
- video driver now rounding the coordinates instead of truncating
- new PROGID system variable, it is used by VTDOS for check BASIC is running when the DOS called?
- character set compressed: characters under 80h use only 9 rows of 10. Now only 9 rows stored in the ROM, and the video driver adds the plus empty row
BASIC 2.0 includes everything from 1.3, and two more bug fixes:
- PRINT USING now with rounding values
- SOUND doesn't destroy the EXT5 and EXT6 vectors
New commands:
- AUTO
- RENUMBER
- FKEY, for this also add function keys function to the OS. The TVC has no fkeys, LOCK+number can be used as function keys
- ON EXCEPTION GOTO
- EXCEPTION
New functions:
- ERRNUM
- ERRLIN
- HEX$
- DEC
Extended commands:
- CONTINUE, now can be used in program for exception handling (like in the IS-BASIC)
- PLOT:
- relative coordinates with +/- sign
- RECTANGLE, for this added function to the video driver
- POLYGON, for this added function to the video driver
- ELLIPSE, for this added function to the video driver
BASIC now has expansion capability.
Most of them already existed in the IS-BASIC 2.x (the RECTANGLE and POLYGON are missing

)
I'm sure, the 2.0 are from you, Bruce!

Especially because there is an
English document about these 