what does a "?" and "1ex" do in script editor?x = any letter

for example when i type a ? i turns blue like this : ? that also happens when i type 1ev: 1ev.
Game Editor discussion board
http://game-editor.com/forum/
x = y > 10? 20: 30;
if(y > 10) x = 20;
else x = 30;