hi . why i cannot run this code ?!?! Read only video_mode
#include <acknex.h> #include <default.c>
function main() { video_mode = 6; // create a program window of 640x480 pixels vec_set(screen_color, vector(255, 100, 100)); // make the background color blue }