Blame view

bower_components/prism/tests/languages/scheme/function_feature.test 584 Bytes
eb240478   Luigi Serra   public room cards...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
  (fl= 1 2)

  (flmin 2 3)

  (exact? 2)

  (inexact->exact 3)

  

  ----------------------------------------------------

  

  [

  	["punctuation", "("], ["function", "fl="], ["number", "1"], ["number", "2"], ["punctuation", ")"],

  	["punctuation", "("], ["function", "flmin"], ["number", "2"], ["number", "3"], ["punctuation", ")"],

  	["punctuation", "("], ["function", "exact?"], ["number", "2"], ["punctuation", ")"],

  	["punctuation", "("], ["function", "inexact->exact"], ["number", "3"], ["punctuation", ")"]

  ]

  

  ----------------------------------------------------

  

  Checks for functions.