|
51 | 51 | {"type":"LiteralString","value":"numbered"},
|
52 | 52 | {"type":"Punctuation","value":"\u003e;"},
|
53 | 53 | {"type":"Text","value":"\n\n"},
|
| 54 | + {"type":"Keyword","value":"sub"}, |
| 55 | + {"type":"Text","value":" "}, |
| 56 | + {"type":"NameFunction","value":"f1"}, |
| 57 | + {"type":"Punctuation","value":"("}, |
| 58 | + {"type":"NameVariable","value":"$a"}, |
| 59 | + {"type":"Punctuation","value":")"}, |
| 60 | + {"type":"Text","value":" "}, |
| 61 | + {"type":"Punctuation","value":"{"}, |
| 62 | + {"type":"Text","value":"\n "}, |
| 63 | + {"type":"NameVariable","value":"$a"}, |
| 64 | + {"type":"Operator","value":"+"}, |
| 65 | + {"type":"LiteralNumberInteger","value":"1"}, |
| 66 | + {"type":"Punctuation","value":";"}, |
| 67 | + {"type":"Text","value":"\n"}, |
| 68 | + {"type":"Punctuation","value":"}"}, |
| 69 | + {"type":"Text","value":"\n\n"}, |
| 70 | + {"type":"LiteralNumberInteger","value":"2"}, |
| 71 | + {"type":"Operator","value":".\u0026"}, |
| 72 | + {"type":"NameFunction","value":"f1"}, |
| 73 | + {"type":"Punctuation","value":";"}, |
| 74 | + {"type":"Text","value":"\n\n"}, |
| 75 | + {"type":"Keyword","value":"sub"}, |
| 76 | + {"type":"Text","value":" "}, |
| 77 | + {"type":"NameFunction","value":"f2"}, |
| 78 | + {"type":"Punctuation","value":"("}, |
| 79 | + {"type":"NameVariable","value":"$a"}, |
| 80 | + {"type":"Operator","value":","}, |
| 81 | + {"type":"NameVariable","value":"$b"}, |
| 82 | + {"type":"Punctuation","value":")"}, |
| 83 | + {"type":"Text","value":" "}, |
| 84 | + {"type":"Punctuation","value":"{"}, |
| 85 | + {"type":"Text","value":"\n "}, |
| 86 | + {"type":"NameVariable","value":"$a"}, |
| 87 | + {"type":"Operator","value":"+"}, |
| 88 | + {"type":"LiteralNumberInteger","value":"1"}, |
| 89 | + {"type":"Punctuation","value":";"}, |
| 90 | + {"type":"Text","value":"\n"}, |
| 91 | + {"type":"Punctuation","value":"}"}, |
| 92 | + {"type":"Text","value":"\n\n"}, |
| 93 | + {"type":"LiteralNumberInteger","value":"2"}, |
| 94 | + {"type":"Operator","value":".\u0026"}, |
| 95 | + {"type":"NameFunction","value":"f2"}, |
| 96 | + {"type":"Punctuation","value":"("}, |
| 97 | + {"type":"LiteralNumberInteger","value":"3"}, |
| 98 | + {"type":"Punctuation","value":");"}, |
| 99 | + {"type":"Text","value":"\n\n"}, |
54 | 100 | {"type":"Keyword","value":"#| "},
|
55 | 101 | {"type":"LiteralStringDoc","value":"Fibonacci with Multiple dispatch\n"},
|
56 | 102 | {"type":"Keyword","value":"multi"},
|
|
0 commit comments