- revision: Master @ 0638b16 (PDF)
- page: 51
Both code snippets for getting the French isograms:
(ZnClient new
get: 'https://raw.githubusercontent.com/SquareBracketAssociates/
LearningOOPWithPharo/
master/resources/listeDeMotsAFrancaisUTF8.txt') lines
and
(ZnClient new
get: 'https://raw.githubusercontent.com/SquareBracketAssociates/
LearningOOPWithPharo/
master/resources/listeDeMotsFrancaisFrGutUTF8.txt') lines
throw the error Instance of ByteArray did not understand #lines.
This one works properly:
(ZnEasy
get: 'https://raw.githubusercontent.com/SquareBracketAssociates/LearningOOPWithPharo/master/resources/listeDeMotsAFrancaisUTF8.txt') contents lines
BTW, does GitHub support some kind of url shorter to make the url more readable?
Both code snippets for getting the French isograms:
and
throw the error
Instance of ByteArray did not understand #lines.This one works properly:
BTW, does GitHub support some kind of url shorter to make the url more readable?