Skip to main content
Commonmark migration
Source Link

#SAS, size 17, by user3490

SAS, size 17, by user3490

%put%eval(a>1>b); 

Simply evaluates the expression a>0>b left to right (giving the results of FALSE, which is represented in SAS by 0) and prints the result to the log.

(Thanks to Sp3000 for noting I originally wrote a>0>b.)

#SAS, size 17, by user3490

%put%eval(a>1>b); 

Simply evaluates the expression a>0>b left to right (giving the results of FALSE, which is represented in SAS by 0) and prints the result to the log.

(Thanks to Sp3000 for noting I originally wrote a>0>b.)

SAS, size 17, by user3490

%put%eval(a>1>b); 

Simply evaluates the expression a>0>b left to right (giving the results of FALSE, which is represented in SAS by 0) and prints the result to the log.

(Thanks to Sp3000 for noting I originally wrote a>0>b.)

replaced http://codegolf.stackexchange.com/ with https://codegolf.stackexchange.com/
Source Link

#SAS, size 17, by user3490SAS, size 17, by user3490

%put%eval(a>1>b); 

Simply evaluates the expression a>0>b left to right (giving the results of FALSE, which is represented in SAS by 0) and prints the result to the log.

(Thanks to Sp3000 for noting I originally wrote a>0>b.)

#SAS, size 17, by user3490

%put%eval(a>1>b); 

Simply evaluates the expression a>0>b left to right (giving the results of FALSE, which is represented in SAS by 0) and prints the result to the log.

(Thanks to Sp3000 for noting I originally wrote a>0>b.)

#SAS, size 17, by user3490

%put%eval(a>1>b); 

Simply evaluates the expression a>0>b left to right (giving the results of FALSE, which is represented in SAS by 0) and prints the result to the log.

(Thanks to Sp3000 for noting I originally wrote a>0>b.)

Fix the code
Source Link
ConMan
  • 213
  • 1
  • 3

#SAS, size 17, by user3490

%put%eval(a>0>ba>1>b); 

Simply evaluates the expression a>0>b left to right (giving the results of FALSE, which is represented in SAS by 0) and prints the result to the log.

(Thanks to Sp3000 for noting I originally wrote a>0>b.)

#SAS, size 17, by user3490

%put%eval(a>0>b); 

Simply evaluates the expression a>0>b left to right (giving the results of FALSE, which is represented in SAS by 0) and prints the result to the log.

#SAS, size 17, by user3490

%put%eval(a>1>b); 

Simply evaluates the expression a>0>b left to right (giving the results of FALSE, which is represented in SAS by 0) and prints the result to the log.

(Thanks to Sp3000 for noting I originally wrote a>0>b.)

added 4 characters in body
Source Link
Sp3000
  • 62.3k
  • 13
  • 117
  • 292
Loading
Source Link
ConMan
  • 213
  • 1
  • 3
Loading