Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
Free Pascal Compiler version 3.2.0 [2020/06/14] for x86_64
Copyright (c) 1993-2020 by Florian Klaempfl and others
Kata.pas(28,27) Error: Illegal qualifier
Kata.pas(28,53) Error: Illegal qualifier
Kata.pas(32,4) Fatal: There were 2 errors compiling module, stopping
Fatal: Compilation aborted
Error: /usr/bin/ppcx64 returned an error exitcode
The function needs a string return value but this error keeps popping off because I used a Integer/Double to String converter, which I know is correct
Can someone help me with this one?
I'm solving this Kata using Pascal FPC 3.2. Whenever I try to return an Integer that was converted to String (e.g. thisValue.ToString or IntToStr(thisValue)), there was an error exception on that specific conversion. Could this be a bug or something?