Skip to content

Commit

Permalink
char code
Browse files Browse the repository at this point in the history
  • Loading branch information
k0dev committed Nov 15, 2022
1 parent 43bc1ba commit 903bbd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ factorial(N) -> N * factorial(N-1).
## Numeri
- E' possibile specificare la base del numero con la seguente sintassi: base#num
- E' possibile usare la notazione scientifica
- Si può ottenere il char code di un carattere con $
- Si può ottenere il char code di un carattere con $char

TODO: float?
```erlang
Expand Down

0 comments on commit 903bbd0

Please sign in to comment.