Example doesn't seem to work properly. #8
Labels
conclusion: resolved
Issue was resolved
topic: documentation
Related to documentation for the project
type: imperfection
Perceived defect in any part of project
The example:
int i = 1; float pi = 3.1459; Debug.print(DBG_VERBOSE, "i = %d, pi = %f", i, pi);
Results in:
i = 1, pi = ?
It looks like pi=%f doesn't work.
The text was updated successfully, but these errors were encountered: