Search posts, tags, users, and pages
PinBib
html , css , JavaScript , Node.js , c#.
declare declare - used to create functions splitting occurs through "*^". declare [declare-type] [name] { [body]*^ } Sample: declare function test { printl (1)*^ }; call function test; Will: 1 // // - used to create comments after the comm...
No responses yet.