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
use Exportable; | |
sub bla is exportable { "bla" } | |
sub ble is exportable { "ble" } | |
sub bli is exportable { "bli" } | |
sub blo is exportable { "blo" } | |
sub blu is exportable { "blu" } |