bsc

Comprehensive codebase and cou...
Log | Files | Refs | README | LICENSE

R_Prac-3.r (227B)


      1 # Author: Amit Dutta (amitdutta4255@gmail.com) | Date: 25 Mar 2026
      2 # Repo: https://github.com/notamitgamer/bsc
      3 # License: MIT
      4 
      5 # Print elements of vector using for loop.
      6 
      7 sample <- c(1:6)
      8 for(elem in sample) {
      9     print(elem)
     10 }
© notamitgamer • Site Built: 2026-07-21 13:58:23 UTC • git-mirror commit: 1037f62 [view raw info]
Originally created with stagit • modified by notamitgamer
Forked from github.com/notamitgamer/git-mirror