summary refs log tree commit diff stats
path: root/tests/misc/tfib.nim
Commit message (Expand)AuthorAgeFilesLines
* tests: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-2/+2
* Merge pull request #1075 from flaviut/inlinedocsAndreas Rumpf2014-04-091-0/+11
nim?h=devel&id=25ee55adfc94f3a71a4764f7e8ee86b2a97bccf9'>^
693b2b0f5 ^





4c5223939 ^


1
2
3
4
5
6
7
8
9
10
11
12
13
           


                           





                                        


                             
discard """
  output: '''Hello, console
1 2 3
1 'hi' 1.1'''
"""

# This file tests the JavaScript console

import jsconsole

console.log("Hello, console")
console.log(1, 2, 3)
console.log(1, "hi", 1.1)