| head
workingmax output...
limitthose
multi\nline xd
OUTPUT = "This program will ask you for personal names"
OUTPUT = "until you press return without giving it one"
NameCount = 0 :(GETINPUT)
AGAIN NameCount = NameCount + 1
OUTPUT = "Name " NameCount ": " PersonalName
GETINPUT OUTPUT = "Please give me name " NameCount + 1
PersonalName = INPUT
PersonalName LEN(1) :S(AGAIN)
OUTPUT = "Finished. " NameCount " names requested."
END
(edited)f24d755
Add windows_utf8_to_wide
and windows_wide_to_utf8
- Robyt3
bc7c347
Use std::string
for windows_format_system_message
- Robyt3
b7a0f12
Log error message in cases where only GetLastError
is logged - Robyt3
d34ed69
Use windows_utf8_to_wide
and windows_wide_to_utf8
- Robyt3
ab83a04
Merge #6555 - bors[bot]ef48a2f
Use sizeof(int)
instead of 4
- Robyt3
fd4491b
Use bool
instead of int
- Robyt3
f6015be
Add default parameter for CPacker::AddString
- Robyt3
8794cc9
Add tests for packer error handling - Robyt3
c5e336f
Fix off-by-one error when adding raw data to buffer - Robyt3
b3f384f
Merge #6557 - bors[bot]