issues
search
lkesteloot
/
turbopascal
Web-based Turbo Pascal compiler.
https://www.teamten.com/lawrence/projects/turbo_pascal_compiler/
BSD 2-Clause "Simplified" License
483
stars
54
forks
source link
Fix char assignment
#7
Closed
cesarares
closed
6 years ago
cesarares
commented
6 years ago
Fixed:
Fail to assign a Char literal to a Char variable.
Fail to assign a Char variable to a String variable. Added:
Example test to unit.html
lkesteloot
commented
6 years ago
Thanks!
Fixed: