Millisecond Forums

Inquisit - Programming language.

https://forums.millisecond.com/Topic18027.aspx

By Ana_Oliva - 1/3/2016

Hi!

What's the programming language used to build Inquisit's scripts? 
I'm just curious as I'm really interested in learning programming to become more autonomous and independent using this software.

Thanks!

Ana
By Dave - 1/3/2016

Inquisit has its own syntax in which scripts are written. Said syntax is not identical to a general purpose programming language. The expressions syntax is broadly similar to those you'd find in the C-family of languages (C, C++, Java), while other parts of the language bear superficial similarity to HTML or XML due to the use of tags and attributes.

An intro course or book to programming in a C-style language would probably the best choice. The basic concepts you'd acquire (variables, functions, conditional logic, etc.) are generally applicable to Inquisit syntax as well.