Contoh: Ekspor variabel dalam node
var PI = 3.1416
exports.PI = PI;
Bohemian BabyDev
var PI = 3.1416
exports.PI = PI;