On Tuesday, 6 January 2015 at 21:19:38 UTC, bearophile wrote:
Suliman:void foo() { writeln("test"); writeln(mystring); } foo(); <<<<< }I guess you have to remove that line. Bye, bearophile
Why? I can't call function in instance of class?
Suliman via Digitalmars-d-learn Tue, 06 Jan 2015 13:30:44 -0800
On Tuesday, 6 January 2015 at 21:19:38 UTC, bearophile wrote:
Suliman:void foo() { writeln("test"); writeln(mystring); } foo(); <<<<< }I guess you have to remove that line. Bye, bearophile
Why? I can't call function in instance of class?