This file contains 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
/* Activities */ | |
com.demo.demo.About - { | |
"packages":[ | |
"android.net.uri" | |
], | |
"event_handlers":[ | |
{ | |
/* View id: event_type */ | |
"NO_ID":"focus_change" |
This file contains 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
test_program_minimal.src - | |
program test_program is | |
int a; | |
procedure f (int x in, int y out) | |
int b; | |
begin | |
b := 3; | |
y := b; | |
end procedure; |