Multiples source codes
Monkey Forums/Monkey Programming/Multiples source codes| 
 | ||
| Hi, I try to use multiples source codes in Monkey but when i use, for example, the command 'import "secondsource.monkey', i obtain the error "syntax error , expecting declaration". EDIT: If i place the 'import' command before all, it's better, but the functions inside my second source are ignored. | 
| 
 | ||
| Your syntax should just be Import secondsource | 
| 
 | ||
| Thanks a lot |