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.
Look "ToString" in Free Pascal documentation.
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
The task is not clear for whom English is the native language. What can we say about the Russian. And so interesting
Read carefully the detailed example.
Don't post issue when you ask for help, post a question.
When I run your code I get no error for the first test but
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?