Advertisement
florin88

Candl sintassi

Jan 14th, 2015
2,170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.30 KB | None | 0 0
  1. Hello World v1
  2. <?csp1.0?>
  3. function main() {
  4.   "Hello world from Candle!"
  5. }
  6.  
  7. Hello World v2
  8. <?csp1.0?>
  9. function main() {
  10.   <div style="font-family:'Comic Sans MS'; font-weight:bold;
  11.    color:blue; text-shadow:1px 2px 5px silver;">
  12.     <font size="+2"> "Hello world from Candle!" </font>
  13.   </div>
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement