This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| > our sub Sqlite3VersionNumber is symbol('sqlite3_libversion_number') returns Int is native('libsqlite3') { * } | |
| sub Sqlite3VersionNumber( --> Int) { #`(Sub+{NativeCallSymbol[Str]}+{Native[Sub+{NativeCallSymbol[Str]},Str]}|140598248149192) ... } | |
| > Sqlite3VersionNumber(); | |
| 3008008 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ perl6 | |
| > use NativeCall | |
| > sub sqlite3_libversion_number() returns Int is native('libsqlite3') { * } | |
| sub sqlite3_libversion_number( --> Int) { #`(Sub+{Native[Sub,Str]}|139826072374712) ... } | |
| > say sqlite3_libversion_number() | |
| 3008008 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Data | Vendedor | Total | |
|---|---|---|---|
| 10/10/14 | Paulo | 10000 | |
| 10/10/14 | João | 500000 | |
| 01/01/15 | Lucas | 20008373 | |
| 05/01/15 | Mateus | 873422,3 | |
| 10/01/15 | Marcos | 213643983,98 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| " cada tab vira quatro espaços em branco | |
| set tabstop=4 | |
| set softtabstop=4 | |
| set shiftwidth=4 | |
| set expandtab | |
| " deixa seu arquivo colorido, realçando a sintaxe de | |
| " acordo com a linguagem usada | |
| syntax on | |
NewerOlder