~vcs-imports/gawk/master

« back to all changes in this revision

Viewing changes to test/profile15.ok

Update README.solaris.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# in namespace awk
2
 
 
3
 
function nnn()
4
 
{
5
 
        return "nnn"
6
 
}
7
 
 
8
 
function zzzz()
9
 
{
10
 
        return "zzz"
11
 
}
12
 
 
13
 
@namespace "bbb"
14
 
 
15
 
 
16
 
function zzz()
17
 
{
18
 
        return "bbb::zzz"
19
 
}
20
 
 
21
 
@namespace "nnn"
22
 
 
23
 
 
24
 
function abc()
25
 
{
26
 
        return "nnn::abc"
27
 
}