TIM.Console
  • Quick start
  • User Interface
  • Log
  • Commands
    • PartType C#
    • CmdFormula C#
    • CmdInputResult C#
  • Support
Powered by GitBook
On this page
  1. Commands

PartType C#

PreviousCommandsNextCmdFormula C#

Last updated 1 year ago

Sentence - fixed string value

String - user's custom value. Value that user can write for example: "Johnny Depp"

Enum - list of given values. Example:

Bool - possible input values: "true", "false", "1", "0"

Integer - Example of possible value: "21"

Float - Example of possible values: "15,15" ("15.15" will be incorrect, only comma symbol works)

sentence
string
enum
example of 'sentence' + 'bool'
sentence + int
sentence + float