OK Test

by kdoodoo

JavaScript

var s = 9;var x =100;var t = s - x;print (t);