Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

about 8 years ago

Language

Compiler

Options

Author

anonymous

about 8 years ago

$
c: 1 3 2 a foo 
c2: 1 3 2 a foo 
c after clearing c: 
c2 after clearing c: 1 3 2 a foo 
c after assignment to c2: 1 3 2 a foo 
Visiting c (should double ints and doubles)
c: 2 6 4 a foo 
Visiting c again (should append "bar" to all strings)
c: 2 6 4 a foobar 
Size of c: 5
Number of integers in c: 2
Exit Code:
0